home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / chkdobbs.zip / EXEBBS.BAT < prev    next >
DOS Batch File  |  1992-09-25  |  445b  |  18 lines

  1. @ECHO OFF
  2. REM Turn off local echoing to the screen
  3. CHKDOBBS C:\WC30
  4. REM Call ChkDOBBS with your Wildcat path (don't include a backslash)
  5. C:
  6. REM Get to your Wildcat drive
  7. CD C:\WC30
  8. REM CD to your Wildcat directory
  9. CALL CALLWC.BAT
  10. REM Call the CALLWC.BAT and return after Wildcat exits
  11. C:
  12. REM Get to your FrontDoor drive
  13. CD C:\FD
  14. REM CD to your FrontDoor directory
  15. RUNBBS.BAT
  16. REM Call your master batch file to reload FrontDoor
  17.  
  18.